-If you're interested in contributing to this program, here are some
-guidelines. Mail patches to robertlipe@usa.net for consideration and
-integration.
+If you're interested in contributing to this program, here are some
+guidelines. Mail patches to gpsbabel-code@lists.sourceforge.net for
+consideration and integration.
-Standards are good. ISO C and POSIX are greal preferred.
+Standards are good. ISO C and POSIX are greatly preferred.
-Reuse is OK, if doing so is not onerous. For example, using the expat
+Reuse is good, if doing so is not onerous. For example, using the expat
libraries vastly simplifies the XML parsers while increasing their
robustness plus those libraries are ubiquitous. So I consider it OK to
require expat.
Compilers complain for a reason. Code shouldn't emit warnings.
-The entire world doesn't run <your OS here>. I've tested this code on
-five different OSes. If you find yourself wanting to insert compiler or
-OS specific magic, please resist.
+The entire world doesn't run <your OS here>. I've tested this code on
+at least five different OSes. If you find yourself wanting to insert
+compiler or OS specific magic, please resist.
Enjoy!